atspi: Implement Text for more editables
authorMatthias Clasen <mclasen@redhat.com>
Mon, 19 Oct 2020 16:44:50 +0000 (12:44 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 19 Oct 2020 16:44:50 +0000 (12:44 -0400)
commit9f9e7dffefed8e3f05c5427e44adc7f017915570
tree8769c3231f6a428bd47283f88dae21d95c88ff6b
parent3918dd4643fe184669ce474807dc25652da5a807
atspi: Implement Text for more editables

Our Text implementation requires that we have
a GtkEditable with a delegate that is a GtkText
widget.

This change make the Text implementation work for
the custom widget in the tagged entry demo.
gtk/a11y/gtkatspitext.c